Skip to content

refactor: restructure workflow and enhance GitLab integration#2

Merged
canefe merged 2 commits intomainfrom
refactor/workflow
Jan 7, 2026
Merged

refactor: restructure workflow and enhance GitLab integration#2
canefe merged 2 commits intomainfrom
refactor/workflow

Conversation

@canefe
Copy link
Owner

@canefe canefe commented Jan 7, 2026

  • Moved post_mr_note to a new gitlab_notes module for better organization.
  • Created a config module to encapsulate GitLab API configuration settings.
  • Introduced a diff_extract module for handling code extraction from diffs.
  • Added a discussions module to manage discussion creation and replies in GitLab.
  • Implemented an ignore module to handle file ignore patterns and filtering logic.
  • Updated the runner module to utilize the new structure, improving code clarity and maintainability.
  • Enhanced the IssueModel to include discussion and note IDs for better tracking of issues in GitLab discussions.

canefe added 2 commits January 7, 2026 17:59
- Moved `post_mr_note` to a new `gitlab_notes` module for better organization.
- Created a `config` module to encapsulate GitLab API configuration settings.
- Introduced a `diff_extract` module for handling code extraction from diffs.
- Added a `discussions` module to manage discussion creation and replies in GitLab.
- Implemented an `ignore` module to handle file ignore patterns and filtering logic.
- Updated the `runner` module to utilize the new structure, improving code clarity and maintainability.
- Enhanced the `IssueModel` to include discussion and note IDs for better tracking of issues in GitLab discussions.
@canefe canefe merged commit cc53250 into main Jan 7, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant